|   File        : PCStart
|   Date        : 15-May-01
|   Author      : © A.Thoukydides and D.Robinson, 1997, 1998, 2019
|   Description : This file is executed before the PC front-end is started.
|                 It kills any Zip driver modules to allow access from the PC.
|
|   License     : ARMEdit is free software: you can redistribute it and/or
|                 modify it under the terms of the GNU General Public License
|                 as published by the Free Software Foundation, either
|                 version 3 of the License, or (at your option) any later
|                 version.
|
|                 ARMEdit is distributed in the hope that it will be useful,
|                 but WITHOUT ANY WARRANTY; without even the implied warranty
|                 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
|                 the GNU General Public License for more details.
|
|                 You should have received a copy of the GNU General Public
|                 License along with ARMEdit. If not, see
|                 <http://www.gnu.org/licenses/>.

| An alias to allow modules to be killed safely
Set Alias$ARMEditKill Set ARMEdit$Active 1|MRMEnsure %%0 0.00 Set ARMEdit$Active 0|MIf ARMEdit$Active=1 Then RMKill %%0

| Kill Argo Zip drivers to allow access from the PC
ARMEditKill ZipFiler
ARMEditKill PPADriver
ARMEditKill IzipFS

| Ensure that the Delirium screensaver works correctly
Set ARMEdit$Active 1
RMEnsure Delirium 2.00 Set ARMEdit$Active 0
If ARMEdit$Active=1 Then Delirium_ReclaimVectors

| Clear any system variables that have been set
UnSet Alias$ARMEditKill
UnSet ARMEdit$Active
